curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_research_v2_start_research \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"output_variable_name": "research_result",
"force_refresh": false
}
'{
"status": 123,
"response": {}
}Start researching a company by domain. Returns report_id for polling status.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_research_v2_start_research \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"output_variable_name": "research_result",
"force_refresh": false
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
Domain of the company to research (e.g., hubspot.com).
Variable name for the result. Access report_id with {{research_result.report_id}}.
^[a-zA-Z][a-zA-Z0-9_]*$Skip cache and regenerate the report.